home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / comms / other / simpleftp / readme.txt < prev    next >
Text File  |  1999-12-06  |  2KB  |  47 lines

  1. NOTE: There is a big difference between a SOCKS proxy and an FTP proxy.  SOCKS servers normally
  2. reside on port 1080, and FTP proxy usually resides on port 21.  Unfortunatly though, there is no
  3. official documentation for FTP proxies, so it is much more preferable if you could use the SOCKS
  4. server support instead :)
  5.  
  6. Experimental FTP Proxy Support
  7. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  8. Oddly, there doesn't seem to be any official documentation on this, so don't be suprised if it
  9. doesn't work for you.  If it doesn't, please report it as a bug :)
  10.  
  11. To use the FTP Proxy, you'll need to add two new tooltypes, as below:
  12.  
  13. PROXY_HOST=ftp.proxy.address
  14. PROXY_PORT=ftp-proxy-port
  15.  
  16. Where "ftp.proxy.address" should be replaced with either the IP address or hostname of your FTP proxy
  17. and "ftp-proxy-port should be an integer number indicating the port to be used.  Your ISP/System
  18. Admin/Network Admin should be able to give you this information.
  19.  
  20. For example:
  21.  
  22. PROXY_HOST=90.0.0.1
  23. PROXY_PORT=21
  24.  
  25. Experimental SOCKS Support
  26. ~~~~~~~~~~~~~~~~~~~~~~~~~~
  27. Technically, this should work...but due to silly servers that don't allow more than one connection at
  28. a time, I can't tell :/
  29.  
  30. Also, you should note that this will only work with version 5 of the SOCKS protocol, it is *not*
  31. backwards compatible and would require a great deal more coding to do so.  And it seems a bit daft to
  32. me to support a protocol that's obsolete.
  33.  
  34. To use the SOCKS server, you'll need to add two new tooltypes, as below:
  35.  
  36. SOCKS_HOST=socks.proxy.address
  37. SOCKS_PORT=socks-proxy-port
  38.  
  39. Where "socks.proxy.address" should be replaced with either the IP address or hostname of your SOCKS
  40. server and "socks-proxy-port should be an integer number indicating the port to be used.  Your
  41. ISP/System Admin/Network Admin should be able to give you this information.
  42.  
  43. For example:
  44.  
  45. SOCKS_HOST=90.0.0.1
  46. SOCKS_PORT=1080
  47.